Database user & adminstrator

 

People who work with a database can be categorized as database users or database administrators.

Database Users and User Interfaces

  1. There are four different types of database-system users, differentiated by the way they expect to interact with the system.
  2. Different types of user interfaces have been designed for the different types of users.

Naive users

  1. Naive users are unsophisticated users who interact with the system by invoking one of the application programs that have been written previously.
  2. For example, a bank teller who needs to transfer $50 from account A to account B invokes a program called transfer. This program asks the teller for the amount of money to be transferred, the account from which the money is to be transferred, and the account to which the money is to be transferred. Naive users may also simply read reports generated from the database.

 

Application programmers

  1. Application programmers are computer professionals who write application programs. Application programmers can choose from many tools to develop user interfaces.
  2. Rapid application development (RAD) tools are tools that enable an application programmer to construct forms and reports without writing a program.
  3. There are also special types of programming languages that combine imperative control structures (for example, for loops, while loops and if-then-else statements) with statements of the data manipulation language. These languages, sometimes called fourth-generation languages, often
  4. include special features to facilitate the generation of forms and the display of data on the screen. Most major commercial database systems include a fourth generation language.

Sophisticated users

  1. Sophisticated users interact with the system without writing programs. Instead, they form their requests in a database query language.
  2. They submit each such query to a query processor, whose function is to break down DML statements into instructions that the storage manager understands.
  3. Analysts who submit queries to explore data in the database fall in this category.

Online analytical processing (OLAP) tools simplify analysts’ tasks by letting them view summaries of data in different ways. For instance, an analyst can see total sales by region (for example, North, South, East, and West), or by product, or by a combination of region and product (that is, total sales of each product in each region). The tools also permit the analyst to select specific regions, look at data in more detail (for example, sales by city within a region) or look at the data in less detail (for example, aggregate products together by category).
Another class of tools for analysts is data mining tools, which help them find certain kinds of patterns in data.

Specialized users

  1. Specialized users are sophisticated users who write specialized database applications that do not fit into the traditional data-processing framework.
  2. Among these applications are computer-aided design systems, knowledge base and expert systems, systems that store data with complex data types (for example, graphics data and audio data), and environment-modeling systems.

 

Database Administrator

A person who has such central control over the system is called a database administrator (DBA).

The functions of DBA include

  1. Schema definition
  2. Schema and physical - organization modification
  3. Granting of authorization for data access
  4. Routine Maintenance

 

 

DBMS & SQl by P. Muthulakshmi & v. vanthana